home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global flg
- if soundBusy(1) then
- else
- puppetSound("menu.aiff")
- end if
- updateStage()
- if flg = 0 then
- set h4 to the locH of sprite 4
- set v4 to the locV of sprite 4
- set the locH of sprite 4 to h4 + 1
- set the locV of sprite 4 to v4 + 1
- set h3 to the locH of sprite 3
- set v3 to the locV of sprite 3
- set the locH of sprite 3 to h3 - 1
- set the locV of sprite 3 to v3 - 1
- set h5 to the locH of sprite 5
- set v5 to the locV of sprite 5
- set the locH of sprite 5 to h5 - 1
- set the locV of sprite 5 to v5 - 1
- set flg to 10
- else
- set h4 to the locH of sprite 4
- set v4 to the locV of sprite 4
- set the locH of sprite 4 to h4 - 1
- set the locV of sprite 4 to v4 - 1
- set h3 to the locH of sprite 3
- set v3 to the locV of sprite 3
- set the locH of sprite 3 to h3 + 1
- set the locV of sprite 3 to v3 + 1
- set h5 to the locH of sprite 5
- set v5 to the locV of sprite 5
- set the locH of sprite 5 to h5 + 1
- set the locV of sprite 5 to v5 + 1
- set flg to 0
- end if
- updateStage()
- go(the frame)
- end
-